Skip to content

EventPattern(TSender?, TEventArgs) constructor

Defined in

Type: EventPattern Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

public EventPattern(TSender? sender, TEventArgs e)

Summary: Creates a new data representation instance of a .NET event invocation with the given sender and event data.

Parameters

NameTypeDescription
senderTSender?The sender object that raised the event.
eTEventArgsThe event data that was generated by the event.